home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000144_fdc@columbia.edu_Sun Mar 21 13:23:48 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Kermit at Mac OS X with Keyspan SX Pro
  5. Date: 21 Mar 2004 17:49:00 GMT
  6. Organization: Columbia University
  7. Lines: 55
  8. Message-ID: <slrnc5rlcc.ngp.fdc@sesame.cc.columbia.edu>
  9. References: <7d86b4de.0403210731.2ff5d4e0@posting.google.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1079891340 9238 128.59.59.56 (21 Mar 2004 17:49:00 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 21 Mar 2004 17:49:00 GMT
  15. User-Agent: slrn/0.9.7.4 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14855
  17.  
  18. In article <7d86b4de.0403210731.2ff5d4e0@posting.google.com>,
  19. Wolfgang Husmann wrote:
  20. : I have been using successfully Kermit on my G4/Mac OS X
  21. : 10.2.x/Griffins G4Port to communicate with my scientific calculator
  22. : Hewlett-Packard HP-48SX (for details please refer to my web page
  23. : http://chaos-zu-haus.de/HP48AndMacOSX/HP48AndMacOSX.html).
  24. : Recently I replaced Griffins G4Port (with a 3-way serial switch) by a
  25. : Keyspan SX Pro 4-port serial card. While my serial Palm III craddle
  26. : (software: Palm Desktop) and my modem US Robotics Sportster Vi
  27. : (software: Apples PPP) continue to work without any problems I cannot
  28. : get the HP-48SX to work: Kermit says "Carrier required but not
  29. : detected. Connection broken (carrier signal lost)."
  30. That means the new port or driver or cable is not supplying the carrier
  31. signal to the Mac.  On modem connections, the carrier signal tells each
  32. computer that a connection exists.  On direct connections, usually the
  33. DTR and CD signals are cross wired, thus if computer A is turned on and
  34. its port is active, its DTR signal comes to computer B's CD input.  And
  35. vice versa.
  36.  
  37. :  - "set carrier-watch off" in Kermit makes Kermit to wait forever
  38. : instead of aborting with an error
  39. This command tells Kermit to ignore the carrier signal and assume the
  40. connection is active even though the carrier signal is not present.
  41. It works if the underlying device driver allows it to work (as far as
  42. I know, all Unix serial-port drivers do allow it, since otherwise there
  43. would be no way to dial a modem).
  44.  
  45. : Kermits "show communications" reveals differences between the Keyspan
  46. : SX Pro and Griffins G4Port:
  47. : "Carrier Detect (CD)": SX Pro OFF, G4Port ON
  48. : "Clear To Send (CTS)": SX Pro ON, G4Port OFF
  49. : I do not really understand what that means and how that may affect
  50. : kermits communication with the HP.
  51. Since PPP works, I presume we can rule out problems with the port itself.
  52. But this is a modem connection, and modems supply a carrier signal.
  53.  
  54. What is the physical connection to the HP-48?  Are you using the same Mac
  55. port as for PPP?  Then you must change the cable -- a Null Modem (crossover)
  56. cable is required for this, rather than a straight-through (modem) cable.
  57.  
  58. The only way to connect a computer to the HP-48 is with a special cable that
  59. comes from HP.  Is that the cable you're using?  Where is it plugged in?
  60. To your switch?
  61.  
  62. Presumably the new port came with its own drivers.  Drivers are installed
  63. in Unix (including Mac OS X) as device files, /dev/xxx.  Maybe you are using
  64. the wrong device name.
  65.  
  66. - Frank
  67.